home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- allPupsOn()
- setSpriteCoords(1, 48)
- set the member of sprite 1 to member 20 of castLib "graphics"
- set the loc of sprite 5 to point(320, 240)
- set the member of sprite 40 to member 10 of castLib "internal"
- set the member of sprite 2 to member 21 of castLib "graphics"
- updateStage()
- playVid()
- end
-
- on playVid
- set the movieRate of sprite 40 to 1
- set the volume of sprite 40 to 200
- repeat while the movieRate of sprite 40
- updateStage()
- if the mouseDown and rollOver(2) then
- cursorSign()
- set the member of sprite 2 to member 22 of castLib "graphics"
- updateStage()
- delay(20)
- set the member of sprite 2 to member 21 of castLib "graphics"
- updateStage()
- exit repeat
- end if
- end repeat
- set the movieRate of sprite 40 to 0
- set the movieTime of sprite 40 to 0
- end
-